8.2
HIGH CVSS 3.1
CVE-2026-14336
Eclipse PIA OIDC Issuer Allowlist Bypass
Description

PIA's OIDC issuer allowlist for Jenkins tokens uses a bare string-prefix check (issuer.startswith(' https://ci.eclipse.org ') in is_issuer_known, pia/models.py:139) instead of validating the issuer as a properly host-bounded URL. An attacker can craft an issuer such as https://[email protected] (userinfo trick) or https://ci.eclipse.org.evil.host (suffix trick) that satisfies the prefix check while pointing the OIDC discovery and JWKS fetches at a server the attacker controls. An unauthenticated caller of POST /v1/upload/sbom can use this to force PIA to make outbound HTTP(S) requests to an arbitrary attacker-chosen host, and to have oidc.verify_token accept a JWT signed with the attacker's own key.

INFO

Published Date :

July 2, 2026, 8:29 a.m.

Last Modified :

July 2, 2026, 8:29 a.m.

Remotely Exploit :

Yes !

Source :

eclipse
Affected Products

The following products are affected by CVE-2026-14336 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH e51fbebd-6053-4e49-959f-1b94eeb69a2c
CVSS 3.1 HIGH MITRE-CVE
Solution
Update Jenkins OIDC issuer validation to use host-bounded URL checks.
  • Validate OIDC issuer as a properly host-bounded URL.
  • Avoid using string prefix checks for OIDC issuers.
  • Apply security patches for Jenkins OIDC implementation.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-14336 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.